home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypercrd / xcmds / dvlprstc.hqx / Developer Stack 1.3r / card_41772.txt < prev    next >
Encoding:
Text File  |  1991-04-30  |  14.6 KB  |  585 lines

  1. -- card: 41772 from stack: in.3r
  2. -- bmap block id: 42061
  3. -- flags: 0000
  4. -- background id: 3091
  5. -- name: help card
  6. ----- HyperTalk script -----
  7. on mouseUp
  8.   if the optionkey is down then pass mouseup
  9.   set cursor to 4
  10.   visual dissolve to gray
  11.   visual dissolve
  12.   go back
  13. end mouseUp
  14.  
  15.  
  16.  
  17. -- part 1 (field)
  18. -- low flags: 00
  19. -- high flags: 0004
  20. -- rect: left=204 top=4 right=39 bottom=371
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 0 / 0
  23. -- text alignment: 1
  24. -- font id: 3
  25. -- text size: 24
  26. -- style flags: 0
  27. -- line height: 32
  28. -- part name: 
  29.  
  30.  
  31. -- part 2 (field)
  32. -- low flags: 00
  33. -- high flags: 2002
  34. -- rect: left=107 top=40 right=93 bottom=467
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 0
  38. -- font id: 3
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 14
  42. -- part name: 
  43.  
  44.  
  45. -- part 3 (button)
  46. -- low flags: 00
  47. -- high flags: 0000
  48. -- rect: left=4 top=89 right=129 bottom=48
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 0 / 0
  51. -- text alignment: 1
  52. -- font id: 0
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 16
  56. -- part name: 
  57. ----- HyperTalk script -----
  58. on mouseUp
  59.   set hilite of me to true
  60.   show card field "info desc"
  61.   wait until the mouseclick is true                --wait for click
  62.   hide card field "info desc"
  63.   set hilite of me to false
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 4 (button)
  69. -- low flags: 00
  70. -- high flags: 0000
  71. -- rect: left=4 top=130 right=170 bottom=48
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: 
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   set hilite of me to true
  83.   show card field "go back"
  84.   wait until the mouseclick is true                --wait for click
  85.   hide card field "go back"
  86.   set hilite of me to false
  87. end mouseUp
  88.  
  89.  
  90.  
  91. -- part 5 (button)
  92. -- low flags: 00
  93. -- high flags: 0000
  94. -- rect: left=4 top=171 right=211 bottom=48
  95. -- title width / last selected line: 0
  96. -- icon id / first selected line: 0 / 0
  97. -- text alignment: 1
  98. -- font id: 0
  99. -- text size: 12
  100. -- style flags: 0
  101. -- line height: 16
  102. -- part name: 
  103. ----- HyperTalk script -----
  104. on mouseUp
  105.   set hilite of me to true
  106.   show card field "go home"
  107.   wait until the mouseclick is true                --wait for click
  108.   hide card field "go home"
  109.   set hilite of me to false
  110. end mouseUp
  111.  
  112.  
  113.  
  114. -- part 6 (button)
  115. -- low flags: 00
  116. -- high flags: 0000
  117. -- rect: left=4 top=212 right=252 bottom=48
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 0 / 0
  120. -- text alignment: 1
  121. -- font id: 0
  122. -- text size: 12
  123. -- style flags: 0
  124. -- line height: 16
  125. -- part name: 
  126. ----- HyperTalk script -----
  127. on mouseUp
  128.   set hilite of me to true
  129.   show card field "open stack"
  130.   wait until the mouseclick is true                --wait for click
  131.   hide card field "open stack"
  132.   set hilite of me to false
  133. end mouseUp
  134.  
  135.  
  136.  
  137. -- part 7 (button)
  138. -- low flags: 00
  139. -- high flags: 0000
  140. -- rect: left=4 top=253 right=293 bottom=48
  141. -- title width / last selected line: 0
  142. -- icon id / first selected line: 0 / 0
  143. -- text alignment: 1
  144. -- font id: 0
  145. -- text size: 12
  146. -- style flags: 0
  147. -- line height: 16
  148. -- part name: 
  149. ----- HyperTalk script -----
  150. on mouseUp
  151.   set hilite of me to true
  152.   show card field "hyperStation"
  153.   wait until the mouseclick is true                --wait for click
  154.   hide card field "hyperStation"
  155.   set hilite of me to false
  156. end mouseUp
  157.  
  158.  
  159.  
  160. -- part 8 (button)
  161. -- low flags: 00
  162. -- high flags: 0000
  163. -- rect: left=4 top=294 right=334 bottom=48
  164. -- title width / last selected line: 0
  165. -- icon id / first selected line: 0 / 0
  166. -- text alignment: 1
  167. -- font id: 0
  168. -- text size: 12
  169. -- style flags: 0
  170. -- line height: 16
  171. -- part name: 
  172. ----- HyperTalk script -----
  173. on mouseUp
  174.   set hilite of me to true
  175.   show card field "menus"
  176.   wait until the mouseclick is true                --wait for click
  177.   hide card field "menus"
  178.   set hilite of me to false
  179. end mouseUp
  180.  
  181.  
  182.  
  183. -- part 9 (button)
  184. -- low flags: 00
  185. -- high flags: 0000
  186. -- rect: left=66 top=289 right=335 bottom=121
  187. -- title width / last selected line: 0
  188. -- icon id / first selected line: 0 / 0
  189. -- text alignment: 1
  190. -- font id: 0
  191. -- text size: 12
  192. -- style flags: 0
  193. -- line height: 16
  194. -- part name: 
  195. ----- HyperTalk script -----
  196. on mouseUp
  197.   set hilite of me to true
  198.   show card field "xfcns"
  199.   wait until the mouseclick is true                --wait for click
  200.   hide card field "xfcns"
  201.   set hilite of me to false
  202. end mouseUp
  203.  
  204.  
  205.  
  206. -- part 10 (button)
  207. -- low flags: 00
  208. -- high flags: 0000
  209. -- rect: left=129 top=289 right=335 bottom=184
  210. -- title width / last selected line: 0
  211. -- icon id / first selected line: 0 / 0
  212. -- text alignment: 1
  213. -- font id: 0
  214. -- text size: 12
  215. -- style flags: 0
  216. -- line height: 16
  217. -- part name: 
  218. ----- HyperTalk script -----
  219. on mouseUp
  220.   set hilite of me to true
  221.   show card field "xcmds"
  222.   wait until the mouseclick is true                --wait for click
  223.   hide card field "xcmds"
  224.   set hilite of me to false
  225. end mouseUp
  226.  
  227.  
  228.  
  229. -- part 11 (button)
  230. -- low flags: 00
  231. -- high flags: 0000
  232. -- rect: left=192 top=289 right=335 bottom=247
  233. -- title width / last selected line: 0
  234. -- icon id / first selected line: 0 / 0
  235. -- text alignment: 1
  236. -- font id: 0
  237. -- text size: 12
  238. -- style flags: 0
  239. -- line height: 16
  240. -- part name: 
  241. ----- HyperTalk script -----
  242. on mouseUp
  243.   set hilite of me to true
  244.   show card field "functions"
  245.   wait until the mouseclick is true                --wait for click
  246.   hide card field "functions"
  247.   set hilite of me to false
  248. end mouseUp
  249.  
  250.  
  251.  
  252. -- part 12 (button)
  253. -- low flags: 00
  254. -- high flags: 0000
  255. -- rect: left=256 top=289 right=335 bottom=311
  256. -- title width / last selected line: 0
  257. -- icon id / first selected line: 0 / 0
  258. -- text alignment: 1
  259. -- font id: 0
  260. -- text size: 12
  261. -- style flags: 0
  262. -- line height: 16
  263. -- part name: 
  264. ----- HyperTalk script -----
  265. on mouseUp
  266.   set hilite of me to true
  267.   show card field "scripts"
  268.   wait until the mouseclick is true                --wait for click
  269.   hide card field "scripts"
  270.   set hilite of me to false
  271. end mouseUp
  272.  
  273.  
  274.  
  275. -- part 13 (button)
  276. -- low flags: 00
  277. -- high flags: 0000
  278. -- rect: left=320 top=289 right=335 bottom=375
  279. -- title width / last selected line: 0
  280. -- icon id / first selected line: 0 / 0
  281. -- text alignment: 1
  282. -- font id: 0
  283. -- text size: 12
  284. -- style flags: 0
  285. -- line height: 16
  286. -- part name: 
  287. ----- HyperTalk script -----
  288. on mouseUp
  289.   set hilite of me to true
  290.   show card field "buttons"
  291.   wait until the mouseclick is true                --wait for click
  292.   hide card field "buttons"
  293.   set hilite of me to false
  294. end mouseUp
  295.  
  296.  
  297.  
  298. -- part 14 (button)
  299. -- low flags: 00
  300. -- high flags: 0000
  301. -- rect: left=383 top=289 right=335 bottom=438
  302. -- title width / last selected line: 0
  303. -- icon id / first selected line: 0 / 0
  304. -- text alignment: 1
  305. -- font id: 0
  306. -- text size: 12
  307. -- style flags: 0
  308. -- line height: 16
  309. -- part name: 
  310. ----- HyperTalk script -----
  311. on mouseUp
  312.   set hilite of me to true
  313.   show card field "quick ref"
  314.   wait until the mouseclick is true                --wait for click
  315.   hide card field "quick ref"
  316.   set hilite of me to false
  317. end mouseUp
  318.  
  319.  
  320.  
  321. -- part 15 (button)
  322. -- low flags: 00
  323. -- high flags: 0000
  324. -- rect: left=446 top=289 right=335 bottom=501
  325. -- title width / last selected line: 0
  326. -- icon id / first selected line: 0 / 0
  327. -- text alignment: 1
  328. -- font id: 0
  329. -- text size: 12
  330. -- style flags: 0
  331. -- line height: 16
  332. -- part name: 
  333. ----- HyperTalk script -----
  334. on mouseUp
  335.   set hilite of me to true
  336.   show card field "index"
  337.   wait until the mouseclick is true                --wait for click
  338.   hide card field "index"
  339.   set hilite of me to false
  340. end mouseUp
  341.  
  342.  
  343.  
  344. -- part 16 (field)
  345. -- low flags: 80
  346. -- high flags: 2004
  347. -- rect: left=136 top=120 right=219 bottom=432
  348. -- title width / last selected line: 0
  349. -- icon id / first selected line: 0 / 0
  350. -- text alignment: 0
  351. -- font id: 3
  352. -- text size: 12
  353. -- style flags: 0
  354. -- line height: 18
  355. -- part name: Info desc
  356.  
  357.  
  358. -- part 17 (field)
  359. -- low flags: 80
  360. -- high flags: 2004
  361. -- rect: left=136 top=120 right=219 bottom=432
  362. -- title width / last selected line: 0
  363. -- icon id / first selected line: 0 / 0
  364. -- text alignment: 0
  365. -- font id: 3
  366. -- text size: 12
  367. -- style flags: 0
  368. -- line height: 18
  369. -- part name: index
  370.  
  371.  
  372. -- part 18 (field)
  373. -- low flags: 80
  374. -- high flags: 2004
  375. -- rect: left=136 top=120 right=255 bottom=432
  376. -- title width / last selected line: 0
  377. -- icon id / first selected line: 0 / 0
  378. -- text alignment: 0
  379. -- font id: 3
  380. -- text size: 12
  381. -- style flags: 0
  382. -- line height: 18
  383. -- part name: quick ref
  384.  
  385.  
  386. -- part 19 (field)
  387. -- low flags: 80
  388. -- high flags: 2004
  389. -- rect: left=136 top=120 right=255 bottom=432
  390. -- title width / last selected line: 0
  391. -- icon id / first selected line: 0 / 0
  392. -- text alignment: 0
  393. -- font id: 3
  394. -- text size: 12
  395. -- style flags: 0
  396. -- line height: 18
  397. -- part name: buttons
  398.  
  399.  
  400. -- part 20 (field)
  401. -- low flags: 80
  402. -- high flags: 2004
  403. -- rect: left=136 top=120 right=255 bottom=432
  404. -- title width / last selected line: 0
  405. -- icon id / first selected line: 0 / 0
  406. -- text alignment: 0
  407. -- font id: 3
  408. -- text size: 12
  409. -- style flags: 0
  410. -- line height: 18
  411. -- part name: scripts
  412.  
  413.  
  414. -- part 21 (field)
  415. -- low flags: 80
  416. -- high flags: 2004
  417. -- rect: left=136 top=120 right=255 bottom=432
  418. -- title width / last selected line: 0
  419. -- icon id / first selected line: 0 / 0
  420. -- text alignment: 0
  421. -- font id: 3
  422. -- text size: 12
  423. -- style flags: 0
  424. -- line height: 18
  425. -- part name: functions
  426.  
  427.  
  428. -- part 22 (field)
  429. -- low flags: 80
  430. -- high flags: 2004
  431. -- rect: left=136 top=120 right=255 bottom=432
  432. -- title width / last selected line: 0
  433. -- icon id / first selected line: 0 / 0
  434. -- text alignment: 0
  435. -- font id: 3
  436. -- text size: 12
  437. -- style flags: 0
  438. -- line height: 18
  439. -- part name: xcmds
  440.  
  441.  
  442. -- part 23 (field)
  443. -- low flags: 80
  444. -- high flags: 2004
  445. -- rect: left=136 top=120 right=254 bottom=432
  446. -- title width / last selected line: 0
  447. -- icon id / first selected line: 0 / 0
  448. -- text alignment: 0
  449. -- font id: 3
  450. -- text size: 12
  451. -- style flags: 0
  452. -- line height: 18
  453. -- part name: xfcns
  454.  
  455.  
  456. -- part 24 (field)
  457. -- low flags: 80
  458. -- high flags: 2004
  459. -- rect: left=136 top=120 right=219 bottom=432
  460. -- title width / last selected line: 0
  461. -- icon id / first selected line: 0 / 0
  462. -- text alignment: 0
  463. -- font id: 3
  464. -- text size: 12
  465. -- style flags: 0
  466. -- line height: 18
  467. -- part name: menus
  468.  
  469.  
  470. -- part 25 (field)
  471. -- low flags: 80
  472. -- high flags: 2004
  473. -- rect: left=136 top=120 right=219 bottom=432
  474. -- title width / last selected line: 0
  475. -- icon id / first selected line: 0 / 0
  476. -- text alignment: 0
  477. -- font id: 3
  478. -- text size: 12
  479. -- style flags: 0
  480. -- line height: 18
  481. -- part name: hyperStation
  482.  
  483.  
  484. -- part 26 (field)
  485. -- low flags: 80
  486. -- high flags: 2004
  487. -- rect: left=136 top=120 right=219 bottom=432
  488. -- title width / last selected line: 0
  489. -- icon id / first selected line: 0 / 0
  490. -- text alignment: 0
  491. -- font id: 3
  492. -- text size: 12
  493. -- style flags: 0
  494. -- line height: 18
  495. -- part name: open stack
  496.  
  497.  
  498. -- part 27 (field)
  499. -- low flags: 80
  500. -- high flags: 2004
  501. -- rect: left=136 top=120 right=219 bottom=432
  502. -- title width / last selected line: 0
  503. -- icon id / first selected line: 0 / 0
  504. -- text alignment: 0
  505. -- font id: 3
  506. -- text size: 12
  507. -- style flags: 0
  508. -- line height: 18
  509. -- part name: go home
  510.  
  511.  
  512. -- part 28 (field)
  513. -- low flags: 80
  514. -- high flags: 2004
  515. -- rect: left=136 top=120 right=219 bottom=432
  516. -- title width / last selected line: 0
  517. -- icon id / first selected line: 0 / 0
  518. -- text alignment: 0
  519. -- font id: 3
  520. -- text size: 12
  521. -- style flags: 0
  522. -- line height: 18
  523. -- part name: go back
  524.  
  525.  
  526. -- part contents for card part 1
  527. ----- text -----
  528. Help Card
  529.  
  530. -- part contents for card part 2
  531. ----- text -----
  532. Click on any of the buttons to the left or below for a description of their function.  When you are done, just click anywhere outside of those buttons.
  533.  
  534. -- part contents for card part 16
  535. ----- text -----
  536. Clicking on this button will transport you to the stack information card.  This card gives you information on effective use of this stack, as well as ordering information for the next issue.
  537.  
  538. -- part contents for card part 28
  539. ----- text -----
  540. This button transports you back to the card you were on previously.  When Developer Stack is linked to another stack, this button will first take you to the control card, then back to your stack-in-progress.
  541.  
  542. -- part contents for card part 27
  543. ----- text -----
  544. That's right, this button will send you back to your home stack.
  545.  
  546. -- part contents for card part 26
  547. ----- text -----
  548. Clicking on this button will allow you to select another stack to open, then take you to that stack.
  549.  
  550. -- part contents for card part 25
  551. ----- text -----
  552. This button will take you to a 'miniFinder' type application launcher card.  This card gives you fast access to other developement tools.
  553.  
  554. -- part contents for card part 24
  555. ----- text -----
  556. Clicking on this button will toggle the menubar on and off.  
  557.  
  558. -- part contents for card part 23
  559. ----- text -----
  560. This button will display a dialog box with a list of all the XFCN cards in this stack.  Selecting an item will take you to that card.  If you hold down the command key when clicking on this button, then you will be transported to the first card in the XFCN section.
  561.  
  562. -- part contents for card part 22
  563. ----- text -----
  564. This button will display a dialog box with a list of all the XCMD cards in this stack.  Selecting an item will take you to that card.  If you hold down the command key when clicking on this button, then you will be transported to the first card in the XCMD section.
  565.  
  566. -- part contents for card part 21
  567. ----- text -----
  568. This button will display a dialog box with a list of all the Function Script cards in this stack.  Selecting an item will take you to that card.  If you hold down the command key when clicking on this button, then you will be transported to the first card in the Function Script section.
  569.  
  570. -- part contents for card part 20
  571. ----- text -----
  572. This button will display a dialog box with a list of all the Special Scripts cards in this stack.  Selecting an item will take you to that card.  If you hold down the command key when clicking on this button, then you will be transported to the first card in the Special Scripts section.
  573.  
  574. -- part contents for card part 19
  575. ----- text -----
  576. This button will display a dialog box with a list of all the Button cards in this stack.  Selecting an item will take you to that card.  If you hold down the command key when clicking on this button, then you will be transported to the first card in the Button section.
  577.  
  578. -- part contents for card part 18
  579. ----- text -----
  580. This button will display a dialog box with a list of all the Quick Reference cards in this stack.  Selecting an item will take you to that card.  If you hold down the command key when clicking on this button, then you will be transported to the first card in the HyperTalk Quick Reference section.
  581.  
  582. -- part contents for card part 17
  583. ----- text -----
  584. This button will display a dialog box with a list of all the cards in this stack.  Selecting an item will take you to that card.
  585.